home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / program / gucrtr13.lha / GUICreator1.3 / GUIC.lha / GUICreator / Demos / Sound_temp.c < prev    next >
C/C++ Source or Header  |  1995-08-22  |  2KB  |  79 lines

  1. #include <exec/types.h>
  2. #include <graphics/gfxbase.h>
  3. #include <intuition/gadgetclass.h>
  4.  
  5. #include <clib/alib_protos.h>
  6. #include <clib/exec_protos.h>
  7. #include <clib/intuition_protos.h>
  8. #include <clib/gadtools_protos.h>
  9. #include <clib/graphics_protos.h>
  10. #include <clib/dos_protos.h>
  11.  
  12. #include "Sound.h"
  13.  
  14.  
  15. /* Functions for SoundPrefsWindow */
  16.  
  17.  
  18.  
  19. /// Gadget10Clicked()
  20. void Gadget10Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  21. {
  22. }
  23. ///
  24. /// Gadget11Clicked()
  25. void Gadget11Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  26. {
  27. }
  28. ///
  29. /// Gadget12Clicked()
  30. void Gadget12Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  31. {
  32. }
  33. ///
  34. /// Gadget14Clicked()
  35. void Gadget14Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  36. {
  37. }
  38. ///
  39. /// Gadget15Clicked()
  40. void Gadget15Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  41. {
  42. }
  43. ///
  44. /// Gadget1Clicked()
  45. void Gadget1Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  46. {
  47. }
  48. ///
  49. /// Gadget4Clicked()
  50. void Gadget4Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  51. {
  52. }
  53. ///
  54. /// Gadget3Clicked()
  55. void Gadget3Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  56. {
  57. }
  58. ///
  59. /// Gadget5Clicked()
  60. void Gadget5Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  61. {
  62. }
  63. ///
  64. /// Gadget6Clicked()
  65. void Gadget6Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  66. {
  67. }
  68. ///
  69. /// Gadget8Clicked()
  70. void Gadget8Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  71. {
  72. }
  73. ///
  74. /// Gadget9Clicked()
  75. void Gadget9Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  76. {
  77. }
  78. ///
  79.